.pagess {clear: both;padding-top: 30px;padding-bottom:60px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#2987D1; color:#fff;border: 1px solid #2987D1}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #2987D1;padding: 2px 9px;margin: 0 3px;background: #2987D1;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}

/*分页开始*/
.pages2 { color: #2987D1;margin:10px 18px 0px 18px; text-align:center; padding-bottom:15px;padding-top: 30px;}
.pages2 a, .pages2 .cpb { text-decoration:none; padding: 5px 10px; border: 1px solid #2987D1;background: #ffff;margin:0 2px; font-size:11px; color:#333;}
.pages2 a:hover { background-color: #2987D1; color:#fff;border:1px solid #2987D1; text-decoration:none;}
.pages2 .cpb { font-weight: bold; color: #fff; background: #2987D1; border:1px solid #2987D1;}
/*分页结束*/

.subproductlist
{
	/*width:700px;
	float:left;
	padding-left:10px;
	text-align:left;
	padding-top:30px;
	margin-bottom:30px;*/
	text-align:center;
}
.prolisttable
{
	width:90%;
	line-height:20px;
	border:1px solid #e4e4e4;
	/*margin-top:10px;*/
	/*float:left;*/
	margin:0 auto;
	
}

.prolisttable tr:nth-child(2n)
{
	background-color:#fff;
}
.prolisttable tr:nth-child(2n+1)
{
	background-color:#f8f8f8;
}

.prolisttable tr td
{
	border-bottom:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	line-height:20px;
	cursor:default;
}
.prolisttable tr td:last-child
{
	border-right:none;
	text-align:center;
}
.prolisttable tr:last-child td
{
	border-bottom:none;
}
.prolisttable tbody tr:hover
{
	background-color:#aebed9;
	color:#fff;
}



.prolisttable tr.header_p
{
	background-color:#e5e5e5;
	font-family:微软雅黑;
	font-size:13px;
	text-align:center;
	font-weight:bold;
	color:#013893;
}
.prolisttable tr.header_p td
{
	line-height:24px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

.prolisttable a:hover
{
	color:#c30f18;
	text-decoration:underline;
}
.prolisttable a.btn
{
	color:#666;
	margin-left:20px;
}
.prolisttable a.btn:hover
{
	color:#c30f18;
	text-decoration:underline;
}